func net/http.errNotSupported

6 uses

	net/http (current package)
		responsecontroller.go#L59: 			return errNotSupported()
		responsecontroller.go#L75: 			return nil, nil, errNotSupported()
		responsecontroller.go#L94: 			return errNotSupported()
		responsecontroller.go#L114: 			return errNotSupported()
		responsecontroller.go#L138: 			return errNotSupported()
		responsecontroller.go#L145: func errNotSupported() error {